Spring Framework
https://spring.io/projects/spring-framework
参照文書 :
https://docs.spring.io/spring-framework/docs/current/reference/html/index.html
Spring Framework の概要
https://docs.spring.io/spring-framework/docs/current/reference/html/overview.html
(2022-10-02 時点)
Spring Framework
はモジュールに分割されている
必要なモジュールを選択できる
中心にあるのは、コアコンテナ (core container) のモジュール
構成モデル
(
configuration model
) と
依存注入
機構 (
dependency injection
mechanism) を含む
それに加えて、下記のような異なるアプリケーションアーキテクチャへの基本的なサポートを提供
メッセージング
(messaging)
トランザクションデータ
と
永続化
(transactional data and persistence)
Web
Servlet
ベースの
Spring MVC
web framework]
Spring WebFlux
reactive web framework
Spring と Spring Framework の歴史
from
Spring Boot 2 入門 ― 基礎から実演まで
Java プラットフォーム向けのフレームワーク